object PrintPagePrintSeriesDialog: TPrintPagePrintSeriesDialog Left = 200 Top = 214 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'Printing page' ClientHeight = 178 ClientWidth = 412 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object ProgressLabel: TLabel Left = 192 Top = 86 Width = 20 Height = 13 Caption = '55%' end object Label1: TLabel Left = 24 Top = 16 Width = 32 Height = 13 Caption = 'Label1' end object Label2: TLabel Left = 64 Top = 48 Width = 321 Height = 28 AutoSize = False Caption = 'PrintPagePrintSeriesDialog (Unit 24.cpp)' end object Label0: TLabel Left = 334 Top = 16 Width = 32 Height = 13 Caption = 'Label0' end object Image1: TImage Left = 24 Top = 40 Width = 32 Height = 32 Picture.Data = {} Stretch = True end object ProgressBar1: TProgressBar Left = 24 Top = 112 Width = 361 Height = 16 Min = 0 Max = 100 TabOrder = 0 end object CancelBtn: TButton Left = 175 Top = 142 Width = 60 Height = 25 Caption = 'Cancel' Default = True ModalResult = 2 TabOrder = 1 OnClick = CancelBtnClick end end